DELETE /Session/Account/{id}/

Deletes all sessions associated with the account ID passed in.
 

Request

Method Request URI
DELETE /API/Session/Account/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The account ID.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

There is no Request Body for this function.

Response

Response Body

The number of session deleted, or a status code indicating the reason for failure.